home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / data / showcase / users.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1996-02-04  |  338 b   |  21 lines

  1. on exitFrame
  2.   if the mouseCast = 21 then
  3.     go("mark")
  4.   end if
  5.   if the mouseCast = 18 then
  6.     go("fred")
  7.   end if
  8.   if the mouseCast = 19 then
  9.     go("gary")
  10.   end if
  11.   if the mouseCast = 16 then
  12.     go("brian")
  13.   end if
  14.   if the mouseCast = 20 then
  15.     go("james")
  16.   end if
  17.   if the mouseCast = 17 then
  18.     go("craig")
  19.   end if
  20. end
  21.